Namespace

The namespace for the SequeLink .NET data provider is DDTek.SequeLink. When connecting to the SequeLink server, you use the SequeLinkConnection and SequeLinkCommand objects in the DDTek.SequeLink namespace.

The following C# code fragment shows how to include the SequeLink data provider's namespace in your applications:

// Access SequeLink Server 
using System.Data; 
using DDTek.SequeLink;